*{
    padding:0px;
    margin:0px;
}

html{
    font-family: "微软雅黑";
}

body{
    font-size:14px;
    font-family: "微软雅黑";
    background: url(../images/4.gif) repeat-x top white;
}

img{
    border:none;
}

a{
    text-decoration:none;
    cursor:pointer;
}

ul,li{
    list-style:none;
    margin:0;
    padding: 0;
}

.clear{
	clear:both;
}

.header{
	width:100%;
	height:189px;
	background:url(../images/1.jpg) no-repeat center center;
}

.nav{
	width:100%;
	height:55px;
	background:#ce0b0f;
	text-align:center;
}

ul.nav_list{
	width:1260px;
	height:55px;
	margin:0px auto;
}

ul.nav_list li{
	float:left;
	height:55px;
	line-height:55px;
	width:90px;
	text-align:center;
}

ul.nav_list li a{
	color:white;
	cursor:pointer;
	font-size:16px;
	font-family:"微软雅黑";
}

ul.nav_list li.on{
	background:#690708;
}

ul.nav_list li:hover{
	background:#690708;
}

.footer{
	width:100%;
	height:170px;
	background:#a50409;
	color:white;
	text-align:center;
}

.footer table{
	margin:0px auto;
}
.fixed-left{position:fixed;top:30%;left:0;right:auto;bottom:0;height:100%;z-index:1;}